ComponentOne Xamarin.Android
CollectionChanged Event (C1CollectionViewBase<T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CollectionViewBase<T> Class : CollectionChanged Event
Occurs after the collection changed.
Syntax
'Declaration
 
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
'Usage
 
Dim instance As C1CollectionViewBase(Of T)
Dim handler As NotifyCollectionChangedEventHandler
 
AddHandler instance.CollectionChanged, handler
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Data

The event handler receives an argument of type NotifyCollectionChangedEventArgs containing data related to this event. The following NotifyCollectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
 
 
See Also